Item Property (OpenXmlPageCollection<TPage,TDocument>)
Gets the page at the specified index.
'Declaration
Public Default Property Item( _
ByVal As System.Int32 _
) As TPage
public TPage this[
System.Int32
]{ get; set; }
public: __property TPage* get_Item(
System.Int32
);
public: __property void set_Item(
System.Int32 ,
TPage*
);
public:
property TPage^ default [System.Int32] {
TPage^ get(System.Int32 );
void set(System.Int32 , TPage^ );
}
Parameters
- index
- The zero-based index of the page to get or set.
Return Value
The page at the specified index.
Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5